Crate avif_parse[][src]

Expand description

Module for parsing ISO Base Media Format aka video/mp4 streams.

Modules

c_api

This crate can be used from C.

Structs

AuxiliaryTypeProperty
AvifData

Enums

Error

Describes parser failures.

Functions

read_avif

Read the contents of an AVIF file

Type Definitions

Result

Result shorthand using our Error enum.

TryBox
TryHashMap
TryString
TryVec